-
Notifications
You must be signed in to change notification settings - Fork 0
styling with styler #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| } | ||
| new_quosure(lazy, env) | ||
| }, | ||
| list = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about how to continue after },. Do you think it's done right now?
|
Reference (#93). |
|
|
||
| test_that("can use non-syntactic names", { | ||
| out <- tibble("foo bar" = list(1:2, 3)) %>% unnest() | ||
| out <- tibble("foo bar" = list(1:2, 3)) %>% |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
single line pipes not yet supported but issue is open (#74)
| string = , | ||
| character = { | ||
| formula = as_quosure(lazy, env), | ||
| symbol =, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add this rlang styling rule that puts a space between = and ,?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in r-lib/styler#150.
f7e4e52 to
bd87931
Compare
|
I missed your comments, but we seem to have covered most by now? |
|
This PR was for testing purposes of styler only and I think we can close it. |
|
Maybe filing a PR to the upstream repo later (with an updated version of styler). |
Testing styler.
Reference: r-lib/styler#93.